πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Convolutional_Neural_Network.md by @KGBicheno β˜†

convolutional neural network

Go back to the [[AI Glossary]]

#image

A neural network in which at least one layer is a convolutional layer. A typical convolutional neural network consists of some combination of the following layers:

convolutional layers
pooling layers
dense layers

Convolutional neural networks have had great success in certain kinds of problems, such as image recognition.